Html Css Color HEX #38F0F3 Turquoise

📋 copy color: '#38F0F3'

red 56 ◦ green 240 ◦ blue 243

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

Shades of Turquoise #38F0F3

Tints of Turquoise #38F0F3

RGB

 RED value IS 56 (22.27% from 255) = 10.39%

 GREEN value IS 240 (94.14% from 255) = 44.53%

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

R = 10.39%
G = 44.53%
B = 45.08%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38F0F3 (or 0x38F0F3) is known color: Turquoise. HEX triplet: 38, F0 and F3. RGB value is (56,240,243). Sum of RGB (Red+Green+Blue) = 56+240+243=539 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.39% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #38F0F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F0F3 is #C70F0C. Grayscale: #B9B9B9. Windows color (decimal): -13045517 or 15986744. OLE color: 15986744.

HSL color Cylindrical-coordinate representation of color #38F0F3: hue angle of 180.96º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F0F3 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 240 243 -
CMYK 0.77 0.01 0 0.05
HSL 180.96º 0.89% 0.59% -
HSV(B) 180.96º 0.77% 0.95% -
XYZ 48.97 69.63 95.65 -
YUV 185.33 160.54 35.76 -
System Red Green Blue C M Y K H S L
Decimal 56 240 243 0.77 0.01 0 0.05 180.96 0.89 0.59
Hex 38 F0 F3 4D 1 0 5 B5 59 3B
Octal 70 360 363 115 1 0 5 265 131 73
Binary 111000 11110000 11110011 1001101 1 0 101 10110101 1011001 111011

Color Harmonies of #38F0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F0F3

Black with #38F0F3

Text Example


Text Example

White with #38F0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F0F3; }

 p { color: rgb(56,240,243); }

 H1.HeaderClassName
 {
   color: #38F0F3;
 }
 .AnyTagClassName
 {
   color: #38F0F3;
 }
</style>

background-color css

<style>
 a { background-color: #38F0F3; }

 a { background-color: rgb(56,240,243); }

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

border-color css

<style>
 span { border-color: #38F0F3; }

 span { border-color: rgb(56,240,243); }

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