Html Css Color HEX #6BF3E2 Turquoise Blue

📋 copy color: '#6BF3E2'

red 107 ◦ green 243 ◦ blue 226

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

Shades of Turquoise Blue #6BF3E2

Tints of Turquoise Blue #6BF3E2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.19%

 BLUE value IS 226 (88.67% from 255) = 39.24%

R = 18.58%
G = 42.19%
B = 39.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#6BF3E2 (or 0x6BF3E2) is known color: Turquoise Blue. HEX triplet: 6B, F3 and E2. RGB value is (107,243,226). Sum of RGB (Red+Green+Blue) = 107+243+226=576 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.58% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #6BF3E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF3E2 is #940C1D. Grayscale: #C8C8C8. Windows color (decimal): -9702430 or 14873451. OLE color: 14873451.

HSL color Cylindrical-coordinate representation of color #6BF3E2: hue angle of 172.5º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF3E2 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 243 226 -
CMYK 0.56 0 0.07 0.05
HSL 172.5º 0.85% 0.69% -
HSV(B) 172.5º 0.56% 0.95% -
XYZ 51.84 72.72 83.26 -
YUV 200.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 107 243 226 0.56 0 0.07 0.05 172.5 0.85 0.69
Hex 6B F3 E2 38 0 7 5 AC 55 45
Octal 153 363 342 70 0 7 5 254 125 105
Binary 1101011 11110011 11100010 111000 0 111 101 10101100 1010101 1000101

Color Harmonies of #6BF3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF3E2

Black with #6BF3E2

Text Example


Text Example

White with #6BF3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,243,226); }

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

background-color css

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

 a { background-color: rgb(107,243,226); }

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

border-color css

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

 span { border-color: rgb(107,243,226); }

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