Html Css Color HEX #52CFEE Turquoise Blue

📋 copy color: '#52CFEE'

red 82 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #52CFEE

Tints of Turquoise Blue #52CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 15.56%
G = 39.28%
B = 45.16%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52CFEE (or 0x52CFEE) is known color: Turquoise Blue. HEX triplet: 52, CF and EE. RGB value is (82,207,238). Sum of RGB (Red+Green+Blue) = 82+207+238=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #52CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFEE is #AD3011. Grayscale: #ACACAC. Windows color (decimal): -11350034 or 15650642. OLE color: 15650642.

HSL color Cylindrical-coordinate representation of color #52CFEE: hue angle of 191.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CFEE is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 207 238 -
CMYK 0.66 0.13 0 0.07
HSL 191.92º 0.82% 0.63% -
HSV(B) 191.92º 0.66% 0.93% -
XYZ 41.23 52.59 88.87 -
YUV 173.16 164.59 62.98 -
System Red Green Blue C M Y K H S L
Decimal 82 207 238 0.66 0.13 0 0.07 191.92 0.82 0.63
Hex 52 CF EE 42 D 0 7 C0 52 3F
Octal 122 317 356 102 15 0 7 300 122 77
Binary 1010010 11001111 11101110 1000010 1101 0 111 11000000 1010010 111111

Color Harmonies of #52CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFEE

Black with #52CFEE

Text Example


Text Example

White with #52CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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