Html Css Color HEX #51F2CB Turquoise

📋 copy color: '#51F2CB'

red 81 ◦ green 242 ◦ blue 203

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

Shades of Turquoise #51F2CB

Tints of Turquoise #51F2CB

RGB

 RED value IS 81 (32.03% from 255) = 15.4%

 GREEN value IS 242 (94.92% from 255) = 46.01%

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

R = 15.4%
G = 46.01%
B = 38.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#51F2CB (or 0x51F2CB) is known color: Turquoise. HEX triplet: 51, F2 and CB. RGB value is (81,242,203). Sum of RGB (Red+Green+Blue) = 81+242+203=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #51F2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F2CB is #AE0D34. Grayscale: #BDBDBD. Windows color (decimal): -11406645 or 13365841. OLE color: 13365841.

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

Color convert

RGB 81 242 203 -
CMYK 0.67 0 0.16 0.05
HSL 165.47º 0.86% 0.63% -
HSV(B) 165.47º 0.67% 0.95% -
XYZ 45.92 69.57 67.51 -
YUV 189.42 135.66 50.67 -
System Red Green Blue C M Y K H S L
Decimal 81 242 203 0.67 0 0.16 0.05 165.47 0.86 0.63
Hex 51 F2 CB 43 0 10 5 A5 56 3F
Octal 121 362 313 103 0 20 5 245 126 77
Binary 1010001 11110010 11001011 1000011 0 10000 101 10100101 1010110 111111

Color Harmonies of #51F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51F2CB

Black with #51F2CB

Text Example


Text Example

White with #51F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51F2CB; }

 p { color: rgb(81,242,203); }

 H1.HeaderClassName
 {
   color: #51F2CB;
 }
 .AnyTagClassName
 {
   color: #51F2CB;
 }
</style>

background-color css

<style>
 a { background-color: #51F2CB; }

 a { background-color: rgb(81,242,203); }

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

border-color css

<style>
 span { border-color: #51F2CB; }

 span { border-color: rgb(81,242,203); }

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