Html Css Color HEX #6ADFF1 Turquoise Blue

📋 copy color: '#6ADFF1'

red 106 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #6ADFF1

Tints of Turquoise Blue #6ADFF1

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6ADFF1 (or 0x6ADFF1) is known color: Turquoise Blue. HEX triplet: 6A, DF and F1. RGB value is (106,223,241). Sum of RGB (Red+Green+Blue) = 106+223+241=570 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.60% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #6ADFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADFF1 is #95200E. Grayscale: #BDBDBD. Windows color (decimal): -9773071 or 15851370. OLE color: 15851370.

HSL color Cylindrical-coordinate representation of color #6ADFF1: hue angle of 188º 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 #6ADFF1 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 223 241 -
CMYK 0.56 0.07 0 0.05
HSL 188º 0.83% 0.68% -
HSV(B) 188º 0.56% 0.95% -
XYZ 48.21 62.19 92.68 -
YUV 190.07 156.74 68.04 -
System Red Green Blue C M Y K H S L
Decimal 106 223 241 0.56 0.07 0 0.05 188 0.83 0.68
Hex 6A DF F1 38 7 0 5 BC 53 44
Octal 152 337 361 70 7 0 5 274 123 104
Binary 1101010 11011111 11110001 111000 111 0 101 10111100 1010011 1000100

Color Harmonies of #6ADFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFF1

Black with #6ADFF1

Text Example


Text Example

White with #6ADFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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