Html Css Color HEX #65D8E8 Turquoise Blue

📋 copy color: '#65D8E8'

red 101 ◦ green 216 ◦ blue 232

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

Shades of Turquoise Blue #65D8E8

Tints of Turquoise Blue #65D8E8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.34%

 BLUE value IS 232 (91.02% from 255) = 42.26%

R = 18.4%
G = 39.34%
B = 42.26%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#65D8E8 (or 0x65D8E8) is known color: Turquoise Blue. HEX triplet: 65, D8 and E8. RGB value is (101,216,232). Sum of RGB (Red+Green+Blue) = 101+216+232=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #65D8E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D8E8 is #9A2717. Grayscale: #B7B7B7. Windows color (decimal): -10102552 or 15259749. OLE color: 15259749.

HSL color Cylindrical-coordinate representation of color #65D8E8: hue angle of 187.33º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65D8E8 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 216 232 -
CMYK 0.56 0.07 0 0.09
HSL 187.33º 0.74% 0.65% -
HSV(B) 187.33º 0.56% 0.91% -
XYZ 44.49 57.7 85.14 -
YUV 183.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 101 216 232 0.56 0.07 0 0.09 187.33 0.74 0.65
Hex 65 D8 E8 38 7 0 9 BB 4A 41
Octal 145 330 350 70 7 0 11 273 112 101
Binary 1100101 11011000 11101000 111000 111 0 1001 10111011 1001010 1000001

Color Harmonies of #65D8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D8E8

Black with #65D8E8

Text Example


Text Example

White with #65D8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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