Html Css Color HEX #58EFCB Turquoise

📋 copy color: '#58EFCB'

red 88 ◦ green 239 ◦ blue 203

#58EFCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #58EFCB

Tints of Turquoise #58EFCB

RGB

 RED value IS 88 (34.77% from 255) = 16.6%

 GREEN value IS 239 (93.75% from 255) = 45.09%

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 16.6%
G = 45.09%
B = 38.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#58EFCB (or 0x58EFCB) is known color: Turquoise. HEX triplet: 58, EF and CB. RGB value is (88,239,203). Sum of RGB (Red+Green+Blue) = 88+239+203=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFCB is #A71034. Grayscale: #BDBDBD. Windows color (decimal): -10948661 or 13365080. OLE color: 13365080.

HSL color Cylindrical-coordinate representation of color #58EFCB: hue angle of 165.7º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EFCB is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 239 203 -
CMYK 0.63 0 0.15 0.06
HSL 165.7º 0.83% 0.64% -
HSV(B) 165.7º 0.63% 0.94% -
XYZ 45.67 68.12 67.24 -
YUV 189.75 135.47 55.43 -
System Red Green Blue C M Y K H S L
Decimal 88 239 203 0.63 0 0.15 0.06 165.7 0.83 0.64
Hex 58 EF CB 3F 0 F 6 A6 53 40
Octal 130 357 313 77 0 17 6 246 123 100
Binary 1011000 11101111 11001011 111111 0 1111 110 10100110 1010011 1000000

Color Harmonies of #58EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EFCB

Black with #58EFCB

Text Example


Text Example

White with #58EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58EFCB; }

 p { color: rgb(88,239,203); }

 H1.HeaderClassName
 {
   color: #58EFCB;
 }
 .AnyTagClassName
 {
   color: #58EFCB;
 }
</style>

background-color css

<style>
 a { background-color: #58EFCB; }

 a { background-color: rgb(88,239,203); }

 div.DivClassName
 {
   background-color: #58EFCB;
 }
 .BgClassName
 {
   background-color: #58EFCB;
 }
</style>

border-color css

<style>
 span { border-color: #58EFCB; }

 span { border-color: rgb(88,239,203); }

 td.TdClassName
 {
   border-color: #58EFCB;
 }
 .TagClassName
 {
   border-color: #58EFCB;
 }
</style>