Html Css Color HEX #65DBE8 Turquoise Blue

📋 copy color: '#65DBE8'

red 101 ◦ green 219 ◦ blue 232

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

Shades of Turquoise Blue #65DBE8

Tints of Turquoise Blue #65DBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.67%

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

R = 18.3%
G = 39.67%
B = 42.03%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#65DBE8 (or 0x65DBE8) is known color: Turquoise Blue. HEX triplet: 65, DB and E8. RGB value is (101,219,232). Sum of RGB (Red+Green+Blue) = 101+219+232=552 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.30% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #65DBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBE8 is #9A2417. Grayscale: #B9B9B9. Windows color (decimal): -10101784 or 15260517. OLE color: 15260517.

HSL color Cylindrical-coordinate representation of color #65DBE8: hue angle of 185.95º 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 #65DBE8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 219 232 -
CMYK 0.56 0.06 0 0.09
HSL 185.95º 0.74% 0.65% -
HSV(B) 185.95º 0.56% 0.91% -
XYZ 45.26 59.26 85.4 -
YUV 185.2 154.41 67.94 -
System Red Green Blue C M Y K H S L
Decimal 101 219 232 0.56 0.06 0 0.09 185.95 0.74 0.65
Hex 65 DB E8 38 6 0 9 BA 4A 41
Octal 145 333 350 70 6 0 11 272 112 101
Binary 1100101 11011011 11101000 111000 110 0 1001 10111010 1001010 1000001

Color Harmonies of #65DBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DBE8

Black with #65DBE8

Text Example


Text Example

White with #65DBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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