Html Css Color HEX #65CCD0 Turquoise Blue

📋 copy color: '#65CCD0'

red 101 ◦ green 204 ◦ blue 208

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

Shades of Turquoise Blue #65CCD0

Tints of Turquoise Blue #65CCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 19.69%
G = 39.77%
B = 40.55%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#65CCD0 (or 0x65CCD0) is known color: Turquoise Blue. HEX triplet: 65, CC and D0. RGB value is (101,204,208). Sum of RGB (Red+Green+Blue) = 101+204+208=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #65CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCD0 is #9A332F. Grayscale: #ADADAD. Windows color (decimal): -10105648 or 13683813. OLE color: 13683813.

HSL color Cylindrical-coordinate representation of color #65CCD0: hue angle of 182.24º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CCD0 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 204 208 -
CMYK 0.51 0.02 0 0.18
HSL 182.24º 0.53% 0.61% -
HSV(B) 182.24º 0.51% 0.82% -
XYZ 38.34 50.51 67.4 -
YUV 173.66 147.38 76.17 -
System Red Green Blue C M Y K H S L
Decimal 101 204 208 0.51 0.02 0 0.18 182.24 0.53 0.61
Hex 65 CC D0 33 2 0 12 B6 35 3D
Octal 145 314 320 63 2 0 22 266 65 75
Binary 1100101 11001100 11010000 110011 10 0 10010 10110110 110101 111101

Color Harmonies of #65CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCD0

Black with #65CCD0

Text Example


Text Example

White with #65CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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