Html Css Color HEX #53FBCB Turquoise

📋 copy color: '#53FBCB'

red 83 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #53FBCB

Tints of Turquoise #53FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.74%

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

R = 15.46%
G = 46.74%
B = 37.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#53FBCB (or 0x53FBCB) is known color: Turquoise. HEX triplet: 53, FB and CB. RGB value is (83,251,203). Sum of RGB (Red+Green+Blue) = 83+251+203=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FBCB is #AC0434. Grayscale: #C3C3C3. Windows color (decimal): -11273269 or 13368147. OLE color: 13368147.

HSL color Cylindrical-coordinate representation of color #53FBCB: hue angle of 162.86º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FBCB is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 251 203 -
CMYK 0.67 0 0.19 0.02
HSL 162.86º 0.95% 0.65% -
HSV(B) 162.86º 0.67% 0.98% -
XYZ 48.84 75.15 68.43 -
YUV 195.3 132.34 47.9 -
System Red Green Blue C M Y K H S L
Decimal 83 251 203 0.67 0 0.19 0.02 162.86 0.95 0.65
Hex 53 FB CB 43 0 13 2 A3 5F 41
Octal 123 373 313 103 0 23 2 243 137 101
Binary 1010011 11111011 11001011 1000011 0 10011 10 10100011 1011111 1000001

Color Harmonies of #53FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FBCB

Black with #53FBCB

Text Example


Text Example

White with #53FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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