Html Css Color HEX #6ADFDF Turquoise Blue

📋 copy color: '#6ADFDF'

red 106 ◦ green 223 ◦ blue 223

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

Shades of Turquoise Blue #6ADFDF

Tints of Turquoise Blue #6ADFDF

RGB

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

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

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

R = 19.2%
G = 40.4%
B = 40.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ADFDF (or 0x6ADFDF) is known color: Turquoise Blue. HEX triplet: 6A, DF and DF. RGB value is (106,223,223). Sum of RGB (Red+Green+Blue) = 106+223+223=552 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.20% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #6ADFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFDF is #952020. Grayscale: #BBBBBB. Windows color (decimal): -9773089 or 14671722. OLE color: 14671722.

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

Color convert

RGB 106 223 223 -
CMYK 0.52 0 0 0.13
HSL 180º 0.65% 0.65% -
HSV(B) 180º 0.52% 0.87% -
XYZ 45.65 61.17 79.21 -
YUV 188.02 147.74 69.5 -
System Red Green Blue C M Y K H S L
Decimal 106 223 223 0.52 0 0 0.13 180 0.65 0.65
Hex 6A DF DF 34 0 0 D B4 41 41
Octal 152 337 337 64 0 0 15 264 101 101
Binary 1101010 11011111 11011111 110100 0 0 1101 10110100 1000001 1000001

Color Harmonies of #6ADFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFDF

Black with #6ADFDF

Text Example


Text Example

White with #6ADFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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