Html Css Color HEX #58FBCB Turquoise

📋 copy color: '#58FBCB'

red 88 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #58FBCB

Tints of Turquoise #58FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

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

R = 16.24%
G = 46.31%
B = 37.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#58FBCB (or 0x58FBCB) is known color: Turquoise. HEX triplet: 58, FB and CB. RGB value is (88,251,203). Sum of RGB (Red+Green+Blue) = 88+251+203=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #58FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FBCB is #A70434. Grayscale: #C4C4C4. Windows color (decimal): -10945589 or 13368152. OLE color: 13368152.

HSL color Cylindrical-coordinate representation of color #58FBCB: hue angle of 162.33º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FBCB is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 251 203 -
CMYK 0.65 0 0.19 0.02
HSL 162.33º 0.95% 0.66% -
HSV(B) 162.33º 0.65% 0.98% -
XYZ 49.3 75.38 68.45 -
YUV 196.79 131.5 50.4 -
System Red Green Blue C M Y K H S L
Decimal 88 251 203 0.65 0 0.19 0.02 162.33 0.95 0.66
Hex 58 FB CB 41 0 13 2 A2 5F 42
Octal 130 373 313 101 0 23 2 242 137 102
Binary 1011000 11111011 11001011 1000001 0 10011 10 10100010 1011111 1000010

Color Harmonies of #58FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FBCB

Black with #58FBCB

Text Example


Text Example

White with #58FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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