Html Css Color HEX #65F0DB Turquoise Blue

📋 copy color: '#65F0DB'

red 101 ◦ green 240 ◦ blue 219

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

Shades of Turquoise Blue #65F0DB

Tints of Turquoise Blue #65F0DB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.86%

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 18.04%
G = 42.86%
B = 39.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#65F0DB (or 0x65F0DB) is known color: Turquoise Blue. HEX triplet: 65, F0 and DB. RGB value is (101,240,219). Sum of RGB (Red+Green+Blue) = 101+240+219=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F0DB is #9A0F24. Grayscale: #C3C3C3. Windows color (decimal): -10096421 or 14413925. OLE color: 14413925.

HSL color Cylindrical-coordinate representation of color #65F0DB: hue angle of 170.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0DB is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 240 219 -
CMYK 0.58 0 0.09 0.06
HSL 170.94º 0.82% 0.67% -
HSV(B) 170.94º 0.58% 0.94% -
XYZ 49.31 70.2 77.97 -
YUV 196.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 101 240 219 0.58 0 0.09 0.06 170.94 0.82 0.67
Hex 65 F0 DB 3A 0 9 6 AB 52 43
Octal 145 360 333 72 0 11 6 253 122 103
Binary 1100101 11110000 11011011 111010 0 1001 110 10101011 1010010 1000011

Color Harmonies of #65F0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F0DB

Black with #65F0DB

Text Example


Text Example

White with #65F0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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