Html Css Color HEX #6FDFEB Turquoise Blue

📋 copy color: '#6FDFEB'

red 111 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #6FDFEB

Tints of Turquoise Blue #6FDFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 19.51%
G = 39.19%
B = 41.3%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FDFEB (or 0x6FDFEB) is known color: Turquoise Blue. HEX triplet: 6F, DF and EB. RGB value is (111,223,235). Sum of RGB (Red+Green+Blue) = 111+223+235=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFEB is #902014. Grayscale: #BEBEBE. Windows color (decimal): -9445397 or 15458159. OLE color: 15458159.

HSL color Cylindrical-coordinate representation of color #6FDFEB: hue angle of 185.81º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FDFEB is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 223 235 -
CMYK 0.53 0.05 0 0.08
HSL 185.81º 0.76% 0.68% -
HSV(B) 185.81º 0.53% 0.92% -
XYZ 47.94 62.15 88.07 -
YUV 190.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 111 223 235 0.53 0.05 0 0.08 185.81 0.76 0.68
Hex 6F DF EB 35 5 0 8 BA 4C 44
Octal 157 337 353 65 5 0 10 272 114 104
Binary 1101111 11011111 11101011 110101 101 0 1000 10111010 1001100 1000100

Color Harmonies of #6FDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFEB

Black with #6FDFEB

Text Example


Text Example

White with #6FDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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