Html Css Color HEX #55CDF6 Turquoise Blue

📋 copy color: '#55CDF6'

red 85 ◦ green 205 ◦ blue 246

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

Shades of Turquoise Blue #55CDF6

Tints of Turquoise Blue #55CDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.25%

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 15.86%
G = 38.25%
B = 45.9%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#55CDF6 (or 0x55CDF6) is known color: Turquoise Blue. HEX triplet: 55, CD and F6. RGB value is (85,205,246). Sum of RGB (Red+Green+Blue) = 85+205+246=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #55CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CDF6 is #AA3209. Grayscale: #ADADAD. Windows color (decimal): -11153930 or 16174421. OLE color: 16174421.

HSL color Cylindrical-coordinate representation of color #55CDF6: hue angle of 195.28º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55CDF6 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 205 246 -
CMYK 0.65 0.17 0 0.04
HSL 195.28º 0.9% 0.65% -
HSV(B) 195.28º 0.65% 0.96% -
XYZ 42.21 52.25 95.05 -
YUV 173.79 168.74 64.67 -
System Red Green Blue C M Y K H S L
Decimal 85 205 246 0.65 0.17 0 0.04 195.28 0.9 0.65
Hex 55 CD F6 41 11 0 4 C3 5A 41
Octal 125 315 366 101 21 0 4 303 132 101
Binary 1010101 11001101 11110110 1000001 10001 0 100 11000011 1011010 1000001

Color Harmonies of #55CDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CDF6

Black with #55CDF6

Text Example


Text Example

White with #55CDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,205,246); }

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

background-color css

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

 a { background-color: rgb(85,205,246); }

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

border-color css

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

 span { border-color: rgb(85,205,246); }

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