Html Css Color HEX #6FD0F1 Turquoise Blue

📋 copy color: '#6FD0F1'

red 111 ◦ green 208 ◦ blue 241

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

Shades of Turquoise Blue #6FD0F1

Tints of Turquoise Blue #6FD0F1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.14%

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

R = 19.82%
G = 37.14%
B = 43.04%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FD0F1 (or 0x6FD0F1) is known color: Turquoise Blue. HEX triplet: 6F, D0 and F1. RGB value is (111,208,241). Sum of RGB (Red+Green+Blue) = 111+208+241=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FD0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD0F1 is #902F0E. Grayscale: #B6B6B6. Windows color (decimal): -9449231 or 15847535. OLE color: 15847535.

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

Color convert

RGB 111 208 241 -
CMYK 0.54 0.14 0 0.05
HSL 195.23º 0.82% 0.69% -
HSV(B) 195.23º 0.54% 0.95% -
XYZ 44.99 54.84 91.43 -
YUV 182.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 111 208 241 0.54 0.14 0 0.05 195.23 0.82 0.69
Hex 6F D0 F1 36 E 0 5 C3 52 45
Octal 157 320 361 66 16 0 5 303 122 105
Binary 1101111 11010000 11110001 110110 1110 0 101 11000011 1010010 1000101

Color Harmonies of #6FD0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD0F1

Black with #6FD0F1

Text Example


Text Example

White with #6FD0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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