Html Css Color HEX #65F1DF Turquoise Blue

📋 copy color: '#65F1DF'

red 101 ◦ green 241 ◦ blue 223

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

Shades of Turquoise Blue #65F1DF

Tints of Turquoise Blue #65F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.65%

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

R = 17.88%
G = 42.65%
B = 39.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#65F1DF (or 0x65F1DF) is known color: Turquoise Blue. HEX triplet: 65, F1 and DF. RGB value is (101,241,223). Sum of RGB (Red+Green+Blue) = 101+241+223=565 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.88% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #65F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F1DF is #9A0E20. Grayscale: #C5C5C5. Windows color (decimal): -10096161 or 14676325. OLE color: 14676325.

HSL color Cylindrical-coordinate representation of color #65F1DF: hue angle of 172.29º degrees, saturation: 0.83, 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 #65F1DF is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 241 223 -
CMYK 0.58 0 0.07 0.05
HSL 172.29º 0.83% 0.67% -
HSV(B) 172.29º 0.58% 0.95% -
XYZ 50.14 71.01 80.87 -
YUV 197.09 142.62 59.46 -
System Red Green Blue C M Y K H S L
Decimal 101 241 223 0.58 0 0.07 0.05 172.29 0.83 0.67
Hex 65 F1 DF 3A 0 7 5 AC 53 43
Octal 145 361 337 72 0 7 5 254 123 103
Binary 1100101 11110001 11011111 111010 0 111 101 10101100 1010011 1000011

Color Harmonies of #65F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F1DF

Black with #65F1DF

Text Example


Text Example

White with #65F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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