Html Css Color HEX #55CCF2 Turquoise Blue

📋 copy color: '#55CCF2'

red 85 ◦ green 204 ◦ blue 242

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

Shades of Turquoise Blue #55CCF2

Tints of Turquoise Blue #55CCF2

RGB

 RED value IS 85 (33.59% from 255) = 16.01%

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

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

R = 16.01%
G = 38.42%
B = 45.57%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#55CCF2 (or 0x55CCF2) is known color: Turquoise Blue. HEX triplet: 55, CC and F2. RGB value is (85,204,242). Sum of RGB (Red+Green+Blue) = 85+204+242=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #55CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CCF2 is #AA330D. Grayscale: #ACACAC. Windows color (decimal): -11154190 or 15912021. OLE color: 15912021.

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

Color convert

RGB 85 204 242 -
CMYK 0.65 0.16 0 0.05
HSL 194.52º 0.86% 0.64% -
HSV(B) 194.52º 0.65% 0.95% -
XYZ 41.37 51.53 91.77 -
YUV 172.75 167.08 65.41 -
System Red Green Blue C M Y K H S L
Decimal 85 204 242 0.65 0.16 0 0.05 194.52 0.86 0.64
Hex 55 CC F2 41 10 0 5 C3 56 40
Octal 125 314 362 101 20 0 5 303 126 100
Binary 1010101 11001100 11110010 1000001 10000 0 101 11000011 1010110 1000000

Color Harmonies of #55CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCF2

Black with #55CCF2

Text Example


Text Example

White with #55CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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