Html Css Color HEX #52CCF2 Turquoise Blue

📋 copy color: '#52CCF2'

red 82 ◦ green 204 ◦ blue 242

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

Shades of Turquoise Blue #52CCF2

Tints of Turquoise Blue #52CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 15.53%
G = 38.64%
B = 45.83%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52CCF2 (or 0x52CCF2) is known color: Turquoise Blue. HEX triplet: 52, CC and F2. RGB value is (82,204,242). Sum of RGB (Red+Green+Blue) = 82+204+242=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #52CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCF2 is #AD330D. Grayscale: #ABABAB. Windows color (decimal): -11350798 or 15912018. OLE color: 15912018.

HSL color Cylindrical-coordinate representation of color #52CCF2: hue angle of 194.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CCF2 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 204 242 -
CMYK 0.66 0.16 0 0.05
HSL 194.25º 0.86% 0.64% -
HSV(B) 194.25º 0.66% 0.95% -
XYZ 41.1 51.39 91.76 -
YUV 171.85 167.58 63.91 -
System Red Green Blue C M Y K H S L
Decimal 82 204 242 0.66 0.16 0 0.05 194.25 0.86 0.64
Hex 52 CC F2 42 10 0 5 C2 56 40
Octal 122 314 362 102 20 0 5 302 126 100
Binary 1010010 11001100 11110010 1000010 10000 0 101 11000010 1010110 1000000

Color Harmonies of #52CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCF2

Black with #52CCF2

Text Example


Text Example

White with #52CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,242); }

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

background-color css

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

 a { background-color: rgb(82,204,242); }

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

border-color css

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

 span { border-color: rgb(82,204,242); }

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