Html Css Color HEX #6FDFF1 Turquoise Blue

📋 copy color: '#6FDFF1'

red 111 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #6FDFF1

Tints of Turquoise Blue #6FDFF1

RGB

 RED value IS 111 (43.75% from 255) = 19.3%

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

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

R = 19.3%
G = 38.78%
B = 41.91%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FDFF1 (or 0x6FDFF1) is known color: Turquoise Blue. HEX triplet: 6F, DF and F1. RGB value is (111,223,241). Sum of RGB (Red+Green+Blue) = 111+223+241=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FDFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFF1 is #90200E. Grayscale: #BFBFBF. Windows color (decimal): -9445391 or 15851375. OLE color: 15851375.

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

Color convert

RGB 111 223 241 -
CMYK 0.54 0.07 0 0.05
HSL 188.31º 0.82% 0.69% -
HSV(B) 188.31º 0.54% 0.95% -
XYZ 48.82 62.51 92.71 -
YUV 191.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 111 223 241 0.54 0.07 0 0.05 188.31 0.82 0.69
Hex 6F DF F1 36 7 0 5 BC 52 45
Octal 157 337 361 66 7 0 5 274 122 105
Binary 1101111 11011111 11110001 110110 111 0 101 10111100 1010010 1000101

Color Harmonies of #6FDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFF1

Black with #6FDFF1

Text Example


Text Example

White with #6FDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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