Html Css Color HEX #52CFEB Turquoise Blue

📋 copy color: '#52CFEB'

red 82 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #52CFEB

Tints of Turquoise Blue #52CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.5%

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 15.65%
G = 39.5%
B = 44.85%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52CFEB (or 0x52CFEB) is known color: Turquoise Blue. HEX triplet: 52, CF and EB. RGB value is (82,207,235). Sum of RGB (Red+Green+Blue) = 82+207+235=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #52CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFEB is #AD3014. Grayscale: #ACACAC. Windows color (decimal): -11350037 or 15454034. OLE color: 15454034.

HSL color Cylindrical-coordinate representation of color #52CFEB: hue angle of 190.98º degrees, saturation: 0.79, 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 #52CFEB is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 207 235 -
CMYK 0.65 0.12 0 0.08
HSL 190.98º 0.79% 0.62% -
HSV(B) 190.98º 0.65% 0.92% -
XYZ 40.79 52.42 86.57 -
YUV 172.82 163.09 63.22 -
System Red Green Blue C M Y K H S L
Decimal 82 207 235 0.65 0.12 0 0.08 190.98 0.79 0.62
Hex 52 CF EB 41 C 0 8 BF 4F 3E
Octal 122 317 353 101 14 0 10 277 117 76
Binary 1010010 11001111 11101011 1000001 1100 0 1000 10111111 1001111 111110

Color Harmonies of #52CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFEB

Black with #52CFEB

Text Example


Text Example

White with #52CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,207,235); }

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

background-color css

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

 a { background-color: rgb(82,207,235); }

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

border-color css

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

 span { border-color: rgb(82,207,235); }

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