Html Css Color HEX #65F2DF Turquoise Blue

📋 copy color: '#65F2DF'

red 101 ◦ green 242 ◦ blue 223

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

Shades of Turquoise Blue #65F2DF

Tints of Turquoise Blue #65F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.76%

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

R = 17.84%
G = 42.76%
B = 39.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#65F2DF (or 0x65F2DF) is known color: Turquoise Blue. HEX triplet: 65, F2 and DF. RGB value is (101,242,223). Sum of RGB (Red+Green+Blue) = 101+242+223=566 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.84% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F2DF is #9A0D20. Grayscale: #C5C5C5. Windows color (decimal): -10095905 or 14676581. OLE color: 14676581.

HSL color Cylindrical-coordinate representation of color #65F2DF: hue angle of 171.91º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F2DF is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 242 223 -
CMYK 0.58 0 0.08 0.05
HSL 171.91º 0.84% 0.67% -
HSV(B) 171.91º 0.58% 0.95% -
XYZ 50.44 71.6 80.97 -
YUV 197.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 101 242 223 0.58 0 0.08 0.05 171.91 0.84 0.67
Hex 65 F2 DF 3A 0 8 5 AC 54 43
Octal 145 362 337 72 0 10 5 254 124 103
Binary 1100101 11110010 11011111 111010 0 1000 101 10101100 1010100 1000011

Color Harmonies of #65F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F2DF

Black with #65F2DF

Text Example


Text Example

White with #65F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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