Html Css Color HEX #53EFCB Turquoise

📋 copy color: '#53EFCB'

red 83 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #53EFCB

Tints of Turquoise #53EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.52%

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

R = 15.81%
G = 45.52%
B = 38.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#53EFCB (or 0x53EFCB) is known color: Turquoise. HEX triplet: 53, EF and CB. RGB value is (83,239,203). Sum of RGB (Red+Green+Blue) = 83+239+203=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFCB is #AC1034. Grayscale: #BCBCBC. Windows color (decimal): -11276341 or 13365075. OLE color: 13365075.

HSL color Cylindrical-coordinate representation of color #53EFCB: hue angle of 166.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EFCB is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 239 203 -
CMYK 0.65 0 0.15 0.06
HSL 166.15º 0.83% 0.63% -
HSV(B) 166.15º 0.65% 0.94% -
XYZ 45.21 67.88 67.22 -
YUV 188.25 136.32 52.93 -
System Red Green Blue C M Y K H S L
Decimal 83 239 203 0.65 0 0.15 0.06 166.15 0.83 0.63
Hex 53 EF CB 41 0 F 6 A6 53 3F
Octal 123 357 313 101 0 17 6 246 123 77
Binary 1010011 11101111 11001011 1000001 0 1111 110 10100110 1010011 111111

Color Harmonies of #53EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFCB

Black with #53EFCB

Text Example


Text Example

White with #53EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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