Html Css Color HEX #52CBE5 Turquoise Blue

📋 copy color: '#52CBE5'

red 82 ◦ green 203 ◦ blue 229

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

Shades of Turquoise Blue #52CBE5

Tints of Turquoise Blue #52CBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.55%

R = 15.95%
G = 39.49%
B = 44.55%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#52CBE5 (or 0x52CBE5) is known color: Turquoise Blue. HEX triplet: 52, CB and E5. RGB value is (82,203,229). Sum of RGB (Red+Green+Blue) = 82+203+229=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #52CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBE5 is #AD341A. Grayscale: #A9A9A9. Windows color (decimal): -11351067 or 15059794. OLE color: 15059794.

HSL color Cylindrical-coordinate representation of color #52CBE5: hue angle of 190.61º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52CBE5 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 203 229 -
CMYK 0.64 0.11 0 0.10
HSL 190.61º 0.74% 0.61% -
HSV(B) 190.61º 0.64% 0.9% -
XYZ 38.98 50.16 81.76 -
YUV 169.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 82 203 229 0.64 0.11 0 0.10 190.61 0.74 0.61
Hex 52 CB E5 40 B 0 A BF 4A 3D
Octal 122 313 345 100 13 0 12 277 112 75
Binary 1010010 11001011 11100101 1000000 1011 0 1010 10111111 1001010 111101

Color Harmonies of #52CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBE5

Black with #52CBE5

Text Example


Text Example

White with #52CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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