Html Css Color HEX #6BE8F3 Turquoise Blue

📋 copy color: '#6BE8F3'

red 107 ◦ green 232 ◦ blue 243

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

Shades of Turquoise Blue #6BE8F3

Tints of Turquoise Blue #6BE8F3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.86%

 BLUE value IS 243 (95.31% from 255) = 41.75%

R = 18.38%
G = 39.86%
B = 41.75%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6BE8F3 (or 0x6BE8F3) is known color: Turquoise Blue. HEX triplet: 6B, E8 and F3. RGB value is (107,232,243). Sum of RGB (Red+Green+Blue) = 107+232+243=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #6BE8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BE8F3 is #94170C. Grayscale: #C3C3C3. Windows color (decimal): -9705229 or 15984747. OLE color: 15984747.

HSL color Cylindrical-coordinate representation of color #6BE8F3: hue angle of 184.85º 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 #6BE8F3 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 232 243 -
CMYK 0.56 0.05 0 0.05
HSL 184.85º 0.85% 0.69% -
HSV(B) 184.85º 0.56% 0.95% -
XYZ 51.1 67.31 95.09 -
YUV 195.88 154.59 64.61 -
System Red Green Blue C M Y K H S L
Decimal 107 232 243 0.56 0.05 0 0.05 184.85 0.85 0.69
Hex 6B E8 F3 38 5 0 5 B9 55 45
Octal 153 350 363 70 5 0 5 271 125 105
Binary 1101011 11101000 11110011 111000 101 0 101 10111001 1010101 1000101

Color Harmonies of #6BE8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE8F3

Black with #6BE8F3

Text Example


Text Example

White with #6BE8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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