Html Css Color HEX #51DFF2 Turquoise Blue

📋 copy color: '#51DFF2'

red 81 ◦ green 223 ◦ blue 242

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

Shades of Turquoise Blue #51DFF2

Tints of Turquoise Blue #51DFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.84%

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 14.84%
G = 40.84%
B = 44.32%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#51DFF2 (or 0x51DFF2) is known color: Turquoise Blue. HEX triplet: 51, DF and F2. RGB value is (81,223,242). Sum of RGB (Red+Green+Blue) = 81+223+242=546 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.84% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #51DFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DFF2 is #AE200D. Grayscale: #B6B6B6. Windows color (decimal): -11411470 or 15916881. OLE color: 15916881.

HSL color Cylindrical-coordinate representation of color #51DFF2: hue angle of 187.08º 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 #51DFF2 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 223 242 -
CMYK 0.67 0.08 0 0.05
HSL 187.08º 0.86% 0.63% -
HSV(B) 187.08º 0.67% 0.95% -
XYZ 45.81 60.94 93.35 -
YUV 182.71 161.46 55.46 -
System Red Green Blue C M Y K H S L
Decimal 81 223 242 0.67 0.08 0 0.05 187.08 0.86 0.63
Hex 51 DF F2 43 8 0 5 BB 56 3F
Octal 121 337 362 103 10 0 5 273 126 77
Binary 1010001 11011111 11110010 1000011 1000 0 101 10111011 1010110 111111

Color Harmonies of #51DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFF2

Black with #51DFF2

Text Example


Text Example

White with #51DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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