Html Css Color HEX #65DAEA Turquoise Blue

📋 copy color: '#65DAEA'

red 101 ◦ green 218 ◦ blue 234

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

Shades of Turquoise Blue #65DAEA

Tints of Turquoise Blue #65DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 18.26%
G = 39.42%
B = 42.31%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65DAEA (or 0x65DAEA) is known color: Turquoise Blue. HEX triplet: 65, DA and EA. RGB value is (101,218,234). Sum of RGB (Red+Green+Blue) = 101+218+234=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #65DAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAEA is #9A2515. Grayscale: #B8B8B8. Windows color (decimal): -10102038 or 15391333. OLE color: 15391333.

HSL color Cylindrical-coordinate representation of color #65DAEA: hue angle of 187.22º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65DAEA is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 218 234 -
CMYK 0.57 0.07 0 0.08
HSL 187.22º 0.76% 0.66% -
HSV(B) 187.22º 0.57% 0.92% -
XYZ 45.29 58.85 86.81 -
YUV 184.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 101 218 234 0.57 0.07 0 0.08 187.22 0.76 0.66
Hex 65 DA EA 39 7 0 8 BB 4C 42
Octal 145 332 352 71 7 0 10 273 114 102
Binary 1100101 11011010 11101010 111001 111 0 1000 10111011 1001100 1000010

Color Harmonies of #65DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DAEA

Black with #65DAEA

Text Example


Text Example

White with #65DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,218,234); }

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

background-color css

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

 a { background-color: rgb(101,218,234); }

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

border-color css

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

 span { border-color: rgb(101,218,234); }

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