Html Css Color HEX #54CEF4 Turquoise Blue

📋 copy color: '#54CEF4'

red 84 ◦ green 206 ◦ blue 244

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

Shades of Turquoise Blue #54CEF4

Tints of Turquoise Blue #54CEF4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 244 (95.7% from 255) = 45.69%

R = 15.73%
G = 38.58%
B = 45.69%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54CEF4 (or 0x54CEF4) is known color: Turquoise Blue. HEX triplet: 54, CE and F4. RGB value is (84,206,244). Sum of RGB (Red+Green+Blue) = 84+206+244=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #54CEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEF4 is #AB310B. Grayscale: #ADADAD. Windows color (decimal): -11219212 or 16043604. OLE color: 16043604.

HSL color Cylindrical-coordinate representation of color #54CEF4: hue angle of 194.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CEF4 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 206 244 -
CMYK 0.66 0.16 0 0.04
HSL 194.25º 0.88% 0.64% -
HSV(B) 194.25º 0.66% 0.96% -
XYZ 42.06 52.56 93.52 -
YUV 173.85 167.58 63.91 -
System Red Green Blue C M Y K H S L
Decimal 84 206 244 0.66 0.16 0 0.04 194.25 0.88 0.64
Hex 54 CE F4 42 10 0 4 C2 58 40
Octal 124 316 364 102 20 0 4 302 130 100
Binary 1010100 11001110 11110100 1000010 10000 0 100 11000010 1011000 1000000

Color Harmonies of #54CEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CEF4

Black with #54CEF4

Text Example


Text Example

White with #54CEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,206,244); }

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

background-color css

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

 a { background-color: rgb(84,206,244); }

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

border-color css

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

 span { border-color: rgb(84,206,244); }

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