Html Css Color HEX #6FEDEE Turquoise Blue

📋 copy color: '#6FEDEE'

red 111 ◦ green 237 ◦ blue 238

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

Shades of Turquoise Blue #6FEDEE

Tints of Turquoise Blue #6FEDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.44%

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 18.94%
G = 40.44%
B = 40.61%

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FEDEE (or 0x6FEDEE) is known color: Turquoise Blue. HEX triplet: 6F, ED and EE. RGB value is (111,237,238). Sum of RGB (Red+Green+Blue) = 111+237+238=586 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.94% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDEE is #901211. Grayscale: #C7C7C7. Windows color (decimal): -9441810 or 15658351. OLE color: 15658351.

HSL color Cylindrical-coordinate representation of color #6FEDEE: hue angle of 180.47º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDEE is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 237 238 -
CMYK 0.53 0.00 0 0.07
HSL 180.47º 0.79% 0.68% -
HSV(B) 180.47º 0.53% 0.93% -
XYZ 52.27 70.12 91.67 -
YUV 199.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 111 237 238 0.53 0.00 0 0.07 180.47 0.79 0.68
Hex 6F ED EE 35 0 0 7 B4 4F 44
Octal 157 355 356 65 0 0 7 264 117 104
Binary 1101111 11101101 11101110 110101 0 0 111 10110100 1001111 1000100

Color Harmonies of #6FEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDEE

Black with #6FEDEE

Text Example


Text Example

White with #6FEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,237,238); }

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

background-color css

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

 a { background-color: rgb(111,237,238); }

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

border-color css

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

 span { border-color: rgb(111,237,238); }

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