Html Css Color HEX #51CFE9 Turquoise Blue

📋 copy color: '#51CFE9'

red 81 ◦ green 207 ◦ blue 233

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

Shades of Turquoise Blue #51CFE9

Tints of Turquoise Blue #51CFE9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.73%

 BLUE value IS 233 (91.41% from 255) = 44.72%

R = 15.55%
G = 39.73%
B = 44.72%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#51CFE9 (or 0x51CFE9) is known color: Turquoise Blue. HEX triplet: 51, CF and E9. RGB value is (81,207,233). Sum of RGB (Red+Green+Blue) = 81+207+233=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #51CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CFE9 is #AE3016. Grayscale: #ACACAC. Windows color (decimal): -11415575 or 15322961. OLE color: 15322961.

HSL color Cylindrical-coordinate representation of color #51CFE9: hue angle of 190.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51CFE9 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 207 233 -
CMYK 0.65 0.11 0 0.09
HSL 190.26º 0.78% 0.62% -
HSV(B) 190.26º 0.65% 0.91% -
XYZ 40.41 52.26 85.05 -
YUV 172.29 162.26 62.89 -
System Red Green Blue C M Y K H S L
Decimal 81 207 233 0.65 0.11 0 0.09 190.26 0.78 0.62
Hex 51 CF E9 41 B 0 9 BE 4E 3E
Octal 121 317 351 101 13 0 11 276 116 76
Binary 1010001 11001111 11101001 1000001 1011 0 1001 10111110 1001110 111110

Color Harmonies of #51CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFE9

Black with #51CFE9

Text Example


Text Example

White with #51CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,207,233); }

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

background-color css

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

 a { background-color: rgb(81,207,233); }

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

border-color css

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

 span { border-color: rgb(81,207,233); }

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