Html Css Color HEX #65CDD7 Turquoise Blue

📋 copy color: '#65CDD7'

red 101 ◦ green 205 ◦ blue 215

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

Shades of Turquoise Blue #65CDD7

Tints of Turquoise Blue #65CDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 19.39%
G = 39.35%
B = 41.27%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#65CDD7 (or 0x65CDD7) is known color: Turquoise Blue. HEX triplet: 65, CD and D7. RGB value is (101,205,215). Sum of RGB (Red+Green+Blue) = 101+205+215=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #65CDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDD7 is #9A3228. Grayscale: #AEAEAE. Windows color (decimal): -10105385 or 14142821. OLE color: 14142821.

HSL color Cylindrical-coordinate representation of color #65CDD7: hue angle of 185.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65CDD7 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 205 215 -
CMYK 0.53 0.05 0 0.16
HSL 185.26º 0.59% 0.62% -
HSV(B) 185.26º 0.53% 0.84% -
XYZ 39.46 51.34 72.12 -
YUV 175.04 150.54 75.19 -
System Red Green Blue C M Y K H S L
Decimal 101 205 215 0.53 0.05 0 0.16 185.26 0.59 0.62
Hex 65 CD D7 35 5 0 10 B9 3B 3E
Octal 145 315 327 65 5 0 20 271 73 76
Binary 1100101 11001101 11010111 110101 101 0 10000 10111001 111011 111110

Color Harmonies of #65CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CDD7

Black with #65CDD7

Text Example


Text Example

White with #65CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,205,215); }

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

background-color css

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

 a { background-color: rgb(101,205,215); }

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

border-color css

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

 span { border-color: rgb(101,205,215); }

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