Html Css Color HEX #65CCDF Turquoise Blue

📋 copy color: '#65CCDF'

red 101 ◦ green 204 ◦ blue 223

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

Shades of Turquoise Blue #65CCDF

Tints of Turquoise Blue #65CCDF

RGB

 RED value IS 101 (39.84% from 255) = 19.13%

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 19.13%
G = 38.64%
B = 42.23%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65CCDF (or 0x65CCDF) is known color: Turquoise Blue. HEX triplet: 65, CC and DF. RGB value is (101,204,223). Sum of RGB (Red+Green+Blue) = 101+204+223=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #65CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCDF is #9A3320. Grayscale: #AFAFAF. Windows color (decimal): -10105633 or 14666853. OLE color: 14666853.

HSL color Cylindrical-coordinate representation of color #65CCDF: hue angle of 189.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CCDF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 204 223 -
CMYK 0.55 0.09 0 0.13
HSL 189.34º 0.66% 0.64% -
HSV(B) 189.34º 0.55% 0.87% -
XYZ 40.28 51.28 77.59 -
YUV 175.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 101 204 223 0.55 0.09 0 0.13 189.34 0.66 0.64
Hex 65 CC DF 37 9 0 D BD 42 40
Octal 145 314 337 67 11 0 15 275 102 100
Binary 1100101 11001100 11011111 110111 1001 0 1101 10111101 1000010 1000000

Color Harmonies of #65CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCDF

Black with #65CCDF

Text Example


Text Example

White with #65CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65CCDF; }

 p { color: rgb(101,204,223); }

 H1.HeaderClassName
 {
   color: #65CCDF;
 }
 .AnyTagClassName
 {
   color: #65CCDF;
 }
</style>

background-color css

<style>
 a { background-color: #65CCDF; }

 a { background-color: rgb(101,204,223); }

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

border-color css

<style>
 span { border-color: #65CCDF; }

 span { border-color: rgb(101,204,223); }

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