Html Css Color HEX #65C8D8 Turquoise Blue

📋 copy color: '#65C8D8'

red 101 ◦ green 200 ◦ blue 216

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

Shades of Turquoise Blue #65C8D8

Tints of Turquoise Blue #65C8D8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.68%

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 19.54%
G = 38.68%
B = 41.78%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#65C8D8 (or 0x65C8D8) is known color: Turquoise Blue. HEX triplet: 65, C8 and D8. RGB value is (101,200,216). Sum of RGB (Red+Green+Blue) = 101+200+216=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #65C8D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8D8 is #9A3727. Grayscale: #ACACAC. Windows color (decimal): -10106664 or 14207077. OLE color: 14207077.

HSL color Cylindrical-coordinate representation of color #65C8D8: hue angle of 188.35º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65C8D8 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 200 216 -
CMYK 0.53 0.07 0 0.15
HSL 188.35º 0.6% 0.62% -
HSV(B) 188.35º 0.53% 0.85% -
XYZ 38.42 49.03 72.41 -
YUV 172.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 101 200 216 0.53 0.07 0 0.15 188.35 0.6 0.62
Hex 65 C8 D8 35 7 0 F BC 3C 3E
Octal 145 310 330 65 7 0 17 274 74 76
Binary 1100101 11001000 11011000 110101 111 0 1111 10111100 111100 111110

Color Harmonies of #65C8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C8D8

Black with #65C8D8

Text Example


Text Example

White with #65C8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,200,216); }

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

background-color css

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

 a { background-color: rgb(101,200,216); }

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

border-color css

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

 span { border-color: rgb(101,200,216); }

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