Html Css Color HEX #65DFDF Turquoise Blue

📋 copy color: '#65DFDF'

red 101 ◦ green 223 ◦ blue 223

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

Shades of Turquoise Blue #65DFDF

Tints of Turquoise Blue #65DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.77%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 18.46%
G = 40.77%
B = 40.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65DFDF (or 0x65DFDF) is known color: Turquoise Blue. HEX triplet: 65, DF and DF. RGB value is (101,223,223). Sum of RGB (Red+Green+Blue) = 101+223+223=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #65DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFDF is #9A2020. Grayscale: #BABABA. Windows color (decimal): -10100769 or 14671717. OLE color: 14671717.

HSL color Cylindrical-coordinate representation of color #65DFDF: hue angle of 180º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFDF is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 223 223 -
CMYK 0.55 0 0 0.13
HSL 180º 0.66% 0.64% -
HSV(B) 180º 0.55% 0.87% -
XYZ 45.07 60.87 79.19 -
YUV 186.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 101 223 223 0.55 0 0 0.13 180 0.66 0.64
Hex 65 DF DF 37 0 0 D B4 42 40
Octal 145 337 337 67 0 0 15 264 102 100
Binary 1100101 11011111 11011111 110111 0 0 1101 10110100 1000010 1000000

Color Harmonies of #65DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DFDF

Black with #65DFDF

Text Example


Text Example

White with #65DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,223,223); }

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

background-color css

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

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

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

border-color css

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

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

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