Html Css Color HEX #52CBEA Turquoise Blue

📋 copy color: '#52CBEA'

red 82 ◦ green 203 ◦ blue 234

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

Shades of Turquoise Blue #52CBEA

Tints of Turquoise Blue #52CBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 15.8%
G = 39.11%
B = 45.09%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52CBEA (or 0x52CBEA) is known color: Turquoise Blue. HEX triplet: 52, CB and EA. RGB value is (82,203,234). Sum of RGB (Red+Green+Blue) = 82+203+234=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #52CBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBEA is #AD3415. Grayscale: #AAAAAA. Windows color (decimal): -11351062 or 15387474. OLE color: 15387474.

HSL color Cylindrical-coordinate representation of color #52CBEA: hue angle of 192.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52CBEA is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 203 234 -
CMYK 0.65 0.13 0 0.08
HSL 192.24º 0.78% 0.62% -
HSV(B) 192.24º 0.65% 0.92% -
XYZ 39.69 50.45 85.49 -
YUV 170.36 163.91 64.98 -
System Red Green Blue C M Y K H S L
Decimal 82 203 234 0.65 0.13 0 0.08 192.24 0.78 0.62
Hex 52 CB EA 41 D 0 8 C0 4E 3E
Octal 122 313 352 101 15 0 10 300 116 76
Binary 1010010 11001011 11101010 1000001 1101 0 1000 11000000 1001110 111110

Color Harmonies of #52CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBEA

Black with #52CBEA

Text Example


Text Example

White with #52CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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