Html Css Color HEX #6BE9EA Turquoise Blue

📋 copy color: '#6BE9EA'

red 107 ◦ green 233 ◦ blue 234

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

Shades of Turquoise Blue #6BE9EA

Tints of Turquoise Blue #6BE9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.59%

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

R = 18.64%
G = 40.59%
B = 40.77%

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BE9EA (or 0x6BE9EA) is known color: Turquoise Blue. HEX triplet: 6B, E9 and EA. RGB value is (107,233,234). Sum of RGB (Red+Green+Blue) = 107+233+234=574 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.64% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BE9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BE9EA is #941615. Grayscale: #C3C3C3. Windows color (decimal): -9704982 or 15395179. OLE color: 15395179.

HSL color Cylindrical-coordinate representation of color #6BE9EA: hue angle of 180.47º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE9EA is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 233 234 -
CMYK 0.54 0.00 0 0.08
HSL 180.47º 0.75% 0.67% -
HSV(B) 180.47º 0.54% 0.92% -
XYZ 50.05 67.34 88.2 -
YUV 195.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 107 233 234 0.54 0.00 0 0.08 180.47 0.75 0.67
Hex 6B E9 EA 36 0 0 8 B4 4B 43
Octal 153 351 352 66 0 0 10 264 113 103
Binary 1101011 11101001 11101010 110110 0 0 1000 10110100 1001011 1000011

Color Harmonies of #6BE9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE9EA

Black with #6BE9EA

Text Example


Text Example

White with #6BE9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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