Html Css Color HEX #58F1CB Turquoise

📋 copy color: '#58F1CB'

red 88 ◦ green 241 ◦ blue 203

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

Shades of Turquoise #58F1CB

Tints of Turquoise #58F1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

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

R = 16.54%
G = 45.3%
B = 38.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#58F1CB (or 0x58F1CB) is known color: Turquoise. HEX triplet: 58, F1 and CB. RGB value is (88,241,203). Sum of RGB (Red+Green+Blue) = 88+241+203=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #58F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F1CB is #A70E34. Grayscale: #BEBEBE. Windows color (decimal): -10948149 or 13365592. OLE color: 13365592.

HSL color Cylindrical-coordinate representation of color #58F1CB: hue angle of 165.1º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F1CB is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 241 203 -
CMYK 0.63 0 0.16 0.05
HSL 165.1º 0.85% 0.65% -
HSV(B) 165.1º 0.63% 0.95% -
XYZ 46.26 69.3 67.44 -
YUV 190.92 134.81 54.59 -
System Red Green Blue C M Y K H S L
Decimal 88 241 203 0.63 0 0.16 0.05 165.1 0.85 0.65
Hex 58 F1 CB 3F 0 10 5 A5 55 41
Octal 130 361 313 77 0 20 5 245 125 101
Binary 1011000 11110001 11001011 111111 0 10000 101 10100101 1010101 1000001

Color Harmonies of #58F1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F1CB

Black with #58F1CB

Text Example


Text Example

White with #58F1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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