Html Css Color HEX #54CEFA Turquoise Blue

📋 copy color: '#54CEFA'

red 84 ◦ green 206 ◦ blue 250

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

Shades of Turquoise Blue #54CEFA

Tints of Turquoise Blue #54CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 15.56%
G = 38.15%
B = 46.3%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54CEFA (or 0x54CEFA) is known color: Turquoise Blue. HEX triplet: 54, CE and FA. RGB value is (84,206,250). Sum of RGB (Red+Green+Blue) = 84+206+250=540 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.56% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #54CEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEFA is #AB3105. Grayscale: #AEAEAE. Windows color (decimal): -11219206 or 16436820. OLE color: 16436820.

HSL color Cylindrical-coordinate representation of color #54CEFA: hue angle of 195.9º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CEFA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 206 250 -
CMYK 0.66 0.18 0 0.02
HSL 195.9º 0.94% 0.65% -
HSV(B) 195.9º 0.66% 0.98% -
XYZ 42.98 52.93 98.39 -
YUV 174.54 170.58 63.42 -
System Red Green Blue C M Y K H S L
Decimal 84 206 250 0.66 0.18 0 0.02 195.9 0.94 0.65
Hex 54 CE FA 42 12 0 2 C4 5E 41
Octal 124 316 372 102 22 0 2 304 136 101
Binary 1010100 11001110 11111010 1000010 10010 0 10 11000100 1011110 1000001

Color Harmonies of #54CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CEFA

Black with #54CEFA

Text Example


Text Example

White with #54CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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