Html Css Color HEX #53FFCB Turquoise

📋 copy color: '#53FFCB'

red 83 ◦ green 255 ◦ blue 203

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

Shades of Turquoise #53FFCB

Tints of Turquoise #53FFCB

RGB

 RED value IS 83 (32.81% from 255) = 15.34%

 GREEN value IS 255 (100% from 255) = 47.13%

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

R = 15.34%
G = 47.13%
B = 37.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#53FFCB (or 0x53FFCB) is known color: Turquoise. HEX triplet: 53, FF and CB. RGB value is (83,255,203). Sum of RGB (Red+Green+Blue) = 83+255+203=541 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.34% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFCB is #AC0034. Grayscale: #C5C5C5. Windows color (decimal): -11272245 or 13369171. OLE color: 13369171.

HSL color Cylindrical-coordinate representation of color #53FFCB: hue angle of 161.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFCB is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 203 -
CMYK 0.67 0 0.20 0
HSL 161.86º 1% 0.66% -
HSV(B) 161.86º 0.67% 1% -
XYZ 50.11 77.67 68.85 -
YUV 197.64 131.02 46.23 -
System Red Green Blue C M Y K H S L
Decimal 83 255 203 0.67 0 0.20 0 161.86 1 0.66
Hex 53 FF CB 43 0 14 0 A2 64 42
Octal 123 377 313 103 0 24 0 242 144 102
Binary 1010011 11111111 11001011 1000011 0 10100 0 10100010 1100100 1000010

Color Harmonies of #53FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFCB

Black with #53FFCB

Text Example


Text Example

White with #53FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53FFCB; }

 p { color: rgb(83,255,203); }

 H1.HeaderClassName
 {
   color: #53FFCB;
 }
 .AnyTagClassName
 {
   color: #53FFCB;
 }
</style>

background-color css

<style>
 a { background-color: #53FFCB; }

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

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

border-color css

<style>
 span { border-color: #53FFCB; }

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

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