Html Css Color HEX #6BEDE3 Turquoise Blue

📋 copy color: '#6BEDE3'

red 107 ◦ green 237 ◦ blue 227

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

Shades of Turquoise Blue #6BEDE3

Tints of Turquoise Blue #6BEDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.75%

R = 18.74%
G = 41.51%
B = 39.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#6BEDE3 (or 0x6BEDE3) is known color: Turquoise Blue. HEX triplet: 6B, ED and E3. RGB value is (107,237,227). Sum of RGB (Red+Green+Blue) = 107+237+227=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDE3 is #94121C. Grayscale: #C4C4C4. Windows color (decimal): -9703965 or 14937451. OLE color: 14937451.

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

Color convert

RGB 107 237 227 -
CMYK 0.55 0 0.04 0.07
HSL 175.38º 0.78% 0.67% -
HSV(B) 175.38º 0.55% 0.93% -
XYZ 50.21 69.24 83.39 -
YUV 196.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 107 237 227 0.55 0 0.04 0.07 175.38 0.78 0.67
Hex 6B ED E3 37 0 4 7 AF 4E 43
Octal 153 355 343 67 0 4 7 257 116 103
Binary 1101011 11101101 11100011 110111 0 100 111 10101111 1001110 1000011

Color Harmonies of #6BEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDE3

Black with #6BEDE3

Text Example


Text Example

White with #6BEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,237,227); }

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

background-color css

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

 a { background-color: rgb(107,237,227); }

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

border-color css

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

 span { border-color: rgb(107,237,227); }

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