Html Css Color HEX #58F7CB Turquoise

📋 copy color: '#58F7CB'

red 88 ◦ green 247 ◦ blue 203

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

Shades of Turquoise #58F7CB

Tints of Turquoise #58F7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.91%

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

R = 16.36%
G = 45.91%
B = 37.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#58F7CB (or 0x58F7CB) is known color: Turquoise. HEX triplet: 58, F7 and CB. RGB value is (88,247,203). Sum of RGB (Red+Green+Blue) = 88+247+203=538 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.36% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #58F7CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F7CB is #A70834. Grayscale: #C2C2C2. Windows color (decimal): -10946613 or 13367128. OLE color: 13367128.

HSL color Cylindrical-coordinate representation of color #58F7CB: hue angle of 163.4º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F7CB is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 247 203 -
CMYK 0.64 0 0.18 0.03
HSL 163.4º 0.91% 0.66% -
HSV(B) 163.4º 0.64% 0.97% -
XYZ 48.06 72.91 68.04 -
YUV 194.44 132.82 52.08 -
System Red Green Blue C M Y K H S L
Decimal 88 247 203 0.64 0 0.18 0.03 163.4 0.91 0.66
Hex 58 F7 CB 40 0 12 3 A3 5B 42
Octal 130 367 313 100 0 22 3 243 133 102
Binary 1011000 11110111 11001011 1000000 0 10010 11 10100011 1011011 1000010

Color Harmonies of #58F7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F7CB

Black with #58F7CB

Text Example


Text Example

White with #58F7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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