Html Css Color HEX #54CBCB Medium Turquoise

📋 copy color: '#54CBCB'

red 84 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #54CBCB

Tints of Medium Turquoise #54CBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 17.14%
G = 41.43%
B = 41.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#54CBCB (or 0x54CBCB) is known color: Medium Turquoise. HEX triplet: 54, CB and CB. RGB value is (84,203,203). Sum of RGB (Red+Green+Blue) = 84+203+203=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #54CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBCB is #AB3434. Grayscale: #A7A7A7. Windows color (decimal): -11220021 or 13355860. OLE color: 13355860.

HSL color Cylindrical-coordinate representation of color #54CBCB: hue angle of 180º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CBCB is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 203 203 -
CMYK 0.59 0 0 0.20
HSL 180º 0.53% 0.56% -
HSV(B) 180º 0.59% 0.8% -
XYZ 35.79 48.91 64.05 -
YUV 167.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 84 203 203 0.59 0 0 0.20 180 0.53 0.56
Hex 54 CB CB 3B 0 0 14 B4 35 38
Octal 124 313 313 73 0 0 24 264 65 70
Binary 1010100 11001011 11001011 111011 0 0 10100 10110100 110101 111000

Color Harmonies of #54CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CBCB

Black with #54CBCB

Text Example


Text Example

White with #54CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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