Html Css Color HEX #52FBCB Turquoise

📋 copy color: '#52FBCB'

red 82 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #52FBCB

Tints of Turquoise #52FBCB

RGB

 RED value IS 82 (32.42% from 255) = 15.3%

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

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

R = 15.3%
G = 46.83%
B = 37.87%

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

#52FBCB (or 0x52FBCB) is known color: Turquoise. HEX triplet: 52, FB and CB. RGB value is (82,251,203). Sum of RGB (Red+Green+Blue) = 82+251+203=536 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.30% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBCB is #AD0434. Grayscale: #C3C3C3. Windows color (decimal): -11338805 or 13368146. OLE color: 13368146.

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

Color convert

RGB 82 251 203 -
CMYK 0.67 0 0.19 0.02
HSL 162.96º 0.95% 0.65% -
HSV(B) 162.96º 0.67% 0.98% -
XYZ 48.76 75.1 68.43 -
YUV 195 132.51 47.4 -
System Red Green Blue C M Y K H S L
Decimal 82 251 203 0.67 0 0.19 0.02 162.96 0.95 0.65
Hex 52 FB CB 43 0 13 2 A3 5F 41
Octal 122 373 313 103 0 23 2 243 137 101
Binary 1010010 11111011 11001011 1000011 0 10011 10 10100011 1011111 1000001

Color Harmonies of #52FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBCB

Black with #52FBCB

Text Example


Text Example

White with #52FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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