Html Css Color HEX #6BEEEA Turquoise Blue

📋 copy color: '#6BEEEA'

red 107 ◦ green 238 ◦ blue 234

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

Shades of Turquoise Blue #6BEEEA

Tints of Turquoise Blue #6BEEEA

RGB

 RED value IS 107 (42.19% from 255) = 18.48%

 GREEN value IS 238 (93.36% from 255) = 41.11%

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 18.48%
G = 41.11%
B = 40.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#6BEEEA (or 0x6BEEEA) is known color: Turquoise Blue. HEX triplet: 6B, EE and EA. RGB value is (107,238,234). Sum of RGB (Red+Green+Blue) = 107+238+234=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEEA is #941115. Grayscale: #C6C6C6. Windows color (decimal): -9703702 or 15396459. OLE color: 15396459.

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

Color convert

RGB 107 238 234 -
CMYK 0.55 0 0.02 0.07
HSL 178.17º 0.79% 0.68% -
HSV(B) 178.17º 0.55% 0.93% -
XYZ 51.49 70.22 88.68 -
YUV 198.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 107 238 234 0.55 0 0.02 0.07 178.17 0.79 0.68
Hex 6B EE EA 37 0 2 7 B2 4F 44
Octal 153 356 352 67 0 2 7 262 117 104
Binary 1101011 11101110 11101010 110111 0 10 111 10110010 1001111 1000100

Color Harmonies of #6BEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEEEA

Black with #6BEEEA

Text Example


Text Example

White with #6BEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,238,234); }

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

background-color css

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

 a { background-color: rgb(107,238,234); }

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

border-color css

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

 span { border-color: rgb(107,238,234); }

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