Html Css Color HEX #53FFCF Turquoise

📋 copy color: '#53FFCF'

red 83 ◦ green 255 ◦ blue 207

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

Shades of Turquoise #53FFCF

Tints of Turquoise #53FFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 15.23%
G = 46.79%
B = 37.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#53FFCF (or 0x53FFCF) is known color: Turquoise. HEX triplet: 53, FF and CF. RGB value is (83,255,207). Sum of RGB (Red+Green+Blue) = 83+255+207=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFCF is #AC0030. Grayscale: #C6C6C6. Windows color (decimal): -11272241 or 13631315. OLE color: 13631315.

HSL color Cylindrical-coordinate representation of color #53FFCF: hue angle of 163.26º 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 #53FFCF is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 207 -
CMYK 0.67 0 0.19 0
HSL 163.26º 1% 0.66% -
HSV(B) 163.26º 0.67% 1% -
XYZ 50.59 77.86 71.39 -
YUV 198.1 133.02 45.9 -
System Red Green Blue C M Y K H S L
Decimal 83 255 207 0.67 0 0.19 0 163.26 1 0.66
Hex 53 FF CF 43 0 13 0 A3 64 42
Octal 123 377 317 103 0 23 0 243 144 102
Binary 1010011 11111111 11001111 1000011 0 10011 0 10100011 1100100 1000010

Color Harmonies of #53FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFCF

Black with #53FFCF

Text Example


Text Example

White with #53FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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