Html Css Color HEX #65DEFF Turquoise Blue

📋 copy color: '#65DEFF'

red 101 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #65DEFF

Tints of Turquoise Blue #65DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.41%

 BLUE value IS 255 (100% from 255) = 44.12%

R = 17.47%
G = 38.41%
B = 44.12%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#65DEFF (or 0x65DEFF) is known color: Turquoise Blue. HEX triplet: 65, DE and FF. RGB value is (101,222,255). Sum of RGB (Red+Green+Blue) = 101+222+255=578 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.47% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #65DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DEFF is #9A2100. Grayscale: #BDBDBD. Windows color (decimal): -10100993 or 16768613. OLE color: 16768613.

HSL color Cylindrical-coordinate representation of color #65DEFF: hue angle of 192.86º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65DEFF is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 101 222 255 -
CMYK 0.60 0.13 0 0
HSL 192.86º 1% 0.7% -
HSV(B) 192.86º 0.6% 1% -
XYZ 49.54 62.23 104.01 -
YUV 189.58 164.91 64.82 -
System Red Green Blue C M Y K H S L
Decimal 101 222 255 0.60 0.13 0 0 192.86 1 0.7
Hex 65 DE FF 3C D 0 0 C1 64 46
Octal 145 336 377 74 15 0 0 301 144 106
Binary 1100101 11011110 11111111 111100 1101 0 0 11000001 1100100 1000110

Color Harmonies of #65DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DEFF

Black with #65DEFF

Text Example


Text Example

White with #65DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,222,255); }

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

background-color css

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

 a { background-color: rgb(101,222,255); }

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

border-color css

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

 span { border-color: rgb(101,222,255); }

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