Html Css Color HEX #6AF1DF Turquoise Blue

📋 copy color: '#6AF1DF'

red 106 ◦ green 241 ◦ blue 223

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

Shades of Turquoise Blue #6AF1DF

Tints of Turquoise Blue #6AF1DF

RGB

 RED value IS 106 (41.8% from 255) = 18.6%

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

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

R = 18.6%
G = 42.28%
B = 39.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#6AF1DF (or 0x6AF1DF) is known color: Turquoise Blue. HEX triplet: 6A, F1 and DF. RGB value is (106,241,223). Sum of RGB (Red+Green+Blue) = 106+241+223=570 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.60% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1DF is #950E20. Grayscale: #C6C6C6. Windows color (decimal): -9768481 or 14676330. OLE color: 14676330.

HSL color Cylindrical-coordinate representation of color #6AF1DF: hue angle of 172º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF1DF is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 241 223 -
CMYK 0.56 0 0.07 0.05
HSL 172º 0.83% 0.68% -
HSV(B) 172º 0.56% 0.95% -
XYZ 50.72 71.3 80.9 -
YUV 198.58 141.77 61.96 -
System Red Green Blue C M Y K H S L
Decimal 106 241 223 0.56 0 0.07 0.05 172 0.83 0.68
Hex 6A F1 DF 38 0 7 5 AC 53 44
Octal 152 361 337 70 0 7 5 254 123 104
Binary 1101010 11110001 11011111 111000 0 111 101 10101100 1010011 1000100

Color Harmonies of #6AF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF1DF

Black with #6AF1DF

Text Example


Text Example

White with #6AF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AF1DF; }

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

 H1.HeaderClassName
 {
   color: #6AF1DF;
 }
 .AnyTagClassName
 {
   color: #6AF1DF;
 }
</style>

background-color css

<style>
 a { background-color: #6AF1DF; }

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

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

border-color css

<style>
 span { border-color: #6AF1DF; }

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

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