Html Css Color HEX #54CBF1 Turquoise Blue

📋 copy color: '#54CBF1'

red 84 ◦ green 203 ◦ blue 241

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

Shades of Turquoise Blue #54CBF1

Tints of Turquoise Blue #54CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.45%

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 15.91%
G = 38.45%
B = 45.64%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54CBF1 (or 0x54CBF1) is known color: Turquoise Blue. HEX triplet: 54, CB and F1. RGB value is (84,203,241). Sum of RGB (Red+Green+Blue) = 84+203+241=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #54CBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBF1 is #AB340E. Grayscale: #ABABAB. Windows color (decimal): -11219983 or 15846228. OLE color: 15846228.

HSL color Cylindrical-coordinate representation of color #54CBF1: hue angle of 194.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54CBF1 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 203 241 -
CMYK 0.65 0.16 0 0.05
HSL 194.52º 0.85% 0.64% -
HSV(B) 194.52º 0.65% 0.95% -
XYZ 40.89 50.95 90.9 -
YUV 171.75 167.08 65.41 -
System Red Green Blue C M Y K H S L
Decimal 84 203 241 0.65 0.16 0 0.05 194.52 0.85 0.64
Hex 54 CB F1 41 10 0 5 C3 55 40
Octal 124 313 361 101 20 0 5 303 125 100
Binary 1010100 11001011 11110001 1000001 10000 0 101 11000011 1010101 1000000

Color Harmonies of #54CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBF1

Black with #54CBF1

Text Example


Text Example

White with #54CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,203,241); }

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

background-color css

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

 a { background-color: rgb(84,203,241); }

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

border-color css

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

 span { border-color: rgb(84,203,241); }

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