Html Css Color HEX #54CFEF Turquoise Blue

📋 copy color: '#54CFEF'

red 84 ◦ green 207 ◦ blue 239

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

Shades of Turquoise Blue #54CFEF

Tints of Turquoise Blue #54CFEF

RGB

 RED value IS 84 (33.2% from 255) = 15.85%

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

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 15.85%
G = 39.06%
B = 45.09%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54CFEF (or 0x54CFEF) is known color: Turquoise Blue. HEX triplet: 54, CF and EF. RGB value is (84,207,239). Sum of RGB (Red+Green+Blue) = 84+207+239=530 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.85% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #54CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CFEF is #AB3010. Grayscale: #ADADAD. Windows color (decimal): -11218961 or 15716180. OLE color: 15716180.

HSL color Cylindrical-coordinate representation of color #54CFEF: hue angle of 192.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CFEF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 207 239 -
CMYK 0.65 0.13 0 0.06
HSL 192.39º 0.83% 0.63% -
HSV(B) 192.39º 0.65% 0.94% -
XYZ 41.55 52.74 89.65 -
YUV 173.87 164.75 63.9 -
System Red Green Blue C M Y K H S L
Decimal 84 207 239 0.65 0.13 0 0.06 192.39 0.83 0.63
Hex 54 CF EF 41 D 0 6 C0 53 3F
Octal 124 317 357 101 15 0 6 300 123 77
Binary 1010100 11001111 11101111 1000001 1101 0 110 11000000 1010011 111111

Color Harmonies of #54CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CFEF

Black with #54CFEF

Text Example


Text Example

White with #54CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54CFEF; }

 p { color: rgb(84,207,239); }

 H1.HeaderClassName
 {
   color: #54CFEF;
 }
 .AnyTagClassName
 {
   color: #54CFEF;
 }
</style>

background-color css

<style>
 a { background-color: #54CFEF; }

 a { background-color: rgb(84,207,239); }

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

border-color css

<style>
 span { border-color: #54CFEF; }

 span { border-color: rgb(84,207,239); }

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