Html Css Color HEX #65C9D0 Turquoise Blue

📋 copy color: '#65C9D0'

red 101 ◦ green 201 ◦ blue 208

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

Shades of Turquoise Blue #65C9D0

Tints of Turquoise Blue #65C9D0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

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

R = 19.8%
G = 39.41%
B = 40.78%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#65C9D0 (or 0x65C9D0) is known color: Turquoise Blue. HEX triplet: 65, C9 and D0. RGB value is (101,201,208). Sum of RGB (Red+Green+Blue) = 101+201+208=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #65C9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C9D0 is #9A362F. Grayscale: #ABABAB. Windows color (decimal): -10106416 or 13683045. OLE color: 13683045.

HSL color Cylindrical-coordinate representation of color #65C9D0: hue angle of 183.93º 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 #65C9D0 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 201 208 -
CMYK 0.51 0.03 0 0.18
HSL 183.93º 0.53% 0.61% -
HSV(B) 183.93º 0.51% 0.82% -
XYZ 37.64 49.09 67.17 -
YUV 171.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 101 201 208 0.51 0.03 0 0.18 183.93 0.53 0.61
Hex 65 C9 D0 33 3 0 12 B8 35 3D
Octal 145 311 320 63 3 0 22 270 65 75
Binary 1100101 11001001 11010000 110011 11 0 10010 10111000 110101 111101

Color Harmonies of #65C9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C9D0

Black with #65C9D0

Text Example


Text Example

White with #65C9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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